PowerSNMP for .NET CF
Nsap Constructor(Byte[])
See Also  Send comments on this topic.
Dart.Snmp.SimpleType Namespace > Nsap Class > Nsap Constructor : Nsap Constructor(Byte[])




nsap
The byte array assigned to this object.
Initializes a new instance of the Nsap class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal nsap() As Byte _
)
Visual Basic (Usage)Copy Code
Dim nsap() As Byte
 
Dim instance As New Nsap(nsap)
C# 
public Nsap( 
   byte[] nsap
)
Managed Extensions for C++ 
public: Nsap( 
   byte[]* nsap
)
C++/CLI 
public:
Nsap( 
   array<byte>^ nsap
)

Parameters

nsap
The byte array assigned to this object.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.